home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_2833.txt < prev    next >
Text File  |  1990-08-07  |  2KB  |  166 lines

  1. -- card: 2833 from stack: in.0-2
  2. -- bmap block id: 5916
  3. -- flags: 0000
  4. -- background id: 2659
  5. -- name: windows.1
  6. ----- HyperTalk script -----
  7. -- This handler paints the word "windows" in the simulated window.
  8. -- The hidden cd fld "theLocs" holds the set of points to use when
  9. -- painting the word.
  10. on paintWindow
  11.   clearScreen
  12.   set cursor to none
  13.   choose brush tool
  14.   set brush to 7
  15.   set pattern to 12
  16.   click at (line 1 of cd fld "theLocs")
  17.   repeat with n = 2 to ((the number of lines of cd fld "theLocs") - 2)
  18.     drag from (line (n - 1) of cd fld "theLocs") to (line n of cd fld "theLocs")
  19.   end repeat
  20.   choose browse tool
  21.   choose brush tool
  22.   set brush to 7
  23.   click at 134,129
  24.   wait 10
  25.   click at 407,188
  26.   wait 10
  27.   click at 417,188
  28.   wait 10
  29.   click at 427,188
  30.   choose browse tool
  31.   hide menuBar
  32. end paintWindow
  33.  
  34. -- This handler clears the painted word from the "window".
  35. on clearScreen
  36.   choose select tool
  37.   drag from 42,103 to 432,233
  38.   doMenu "clear picture"
  39.   choose browse tool
  40. end clearScreen
  41.  
  42.  
  43. -- part 1 (field)
  44. -- low flags: 81
  45. -- high flags: 0007
  46. -- rect: left=445 top=54 right=310 bottom=507
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 3
  51. -- text size: 9
  52. -- style flags: 0
  53. -- line height: 11
  54. -- part name: theLocs
  55.  
  56.  
  57. -- part contents for card part 1
  58. ----- text -----
  59. 61,132
  60. 66,142
  61. 67,156
  62. 63,171
  63. 76,161
  64. 87,138
  65. 89,149
  66. 91,157
  67. 91,171
  68. 89,176
  69. 97,166
  70. 105,156
  71. 109,141
  72. 115,147
  73. 123,149
  74. 129,145
  75. 126,154
  76. 124,164
  77. 125,172
  78. 129,174
  79. 136,170
  80. 141,164
  81. 148,156
  82. 155,149
  83. 162,147
  84. 165,157
  85. 163,167
  86. 160,176
  87. 166,163
  88. 171,155
  89. 178,147
  90. 185,147
  91. 186,153
  92. 185,160
  93. 184,167
  94. 183,173
  95. 187,176
  96. 194,171
  97. 202,165
  98. 207,159
  99. 213,150
  100. 220,146
  101. 228,146
  102. 233,151
  103. 222,145
  104. 213,151
  105. 206,157
  106. 202,165
  107. 204,172
  108. 208,175
  109. 215,171
  110. 226,161
  111. 234,151
  112. 238,141
  113. 242,130
  114. 238,142
  115. 236,151
  116. 236,161
  117. 238,168
  118. 242,174
  119. 247,174
  120. 255,167
  121. 262,159
  122. 269,149
  123. 275,143
  124. 267,152
  125. 262,161
  126. 263,169
  127. 268,174
  128. 278,169
  129. 281,160
  130. 283,151
  131. 276,143
  132. 285,147
  133. 292,146
  134. 298,144
  135. 303,143
  136. 304,153
  137. 304,161
  138. 301,175
  139. 311,168
  140. 318,161
  141. 324,153
  142. 326,145
  143. 328,156
  144. 329,177
  145. 328,185
  146. 340,174
  147. 348,166
  148. 347,152
  149. 359,156
  150. 374,155
  151. 383,144
  152. 380,143
  153. 376,152
  154. 378,160
  155. 377,172
  156. 373,177
  157. 366,179
  158. 358,178
  159. 379,179
  160. 397,173
  161. 408,167
  162. 415,157
  163. 414,143
  164.  
  165.  
  166.